PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowFormXObjectContent Class / isSizeRelativeToAvailableSpace Method
In This Topic
    isSizeRelativeToAvailableSpace Method
    In This Topic
    Gets a value indicating how the formXObject size is interpreted.
    Syntax
    public boolean isSizeRelativeToAvailableSpace()

    Return Value

    True if the form XObject size ( getFormXObjectWidth, getFormXObjectHeight methods) is a percentage of the available space, false is the formXObject size is given in absolute values.
    See Also